Optimized Package Imports
We've made an exciting breakthrough to optimize package imports, improving both local dev performance and production cold starts, when using large icon or component libraries or other dependencies that re-export hundreds or thousands of modules.
Previously, we added support for modularizeImports, enabling you to configure how imports should resolve when using these libraries. In 13.5, we have superseeded this option with optimizePackageImports, which doesn't require you to specify the mapping of imports, but instead will automatically optimize imports for you.
---
何百、何千ものモジュールを再エクスポートする大規模なアイコンやコンポーネント・ライブラリ、その他の依存関係を使用する場合、パッケージのインポートを最適化し、ローカルの開発パフォーマンスと本番環境のコールド・スタートの両方を改善する画期的な進歩を遂げました。
以前は、modularizeImportsのサポートを追加し、これらのライブラリを使用する際にどのようにインポートを解決するかを設定できるようにしました。13.5では、このオプションをoptimizePackageImportsと統合し、インポートのマッピングを指定する必要がなくなりました。